Crate actix_ws

source ·
Expand description

WebSockets for Actix Web, without actors.

For usage, see documentation on handle().

Structs§

Enums§

  • WebSocket message with any continuations aggregated together.
  • Status code used to indicate why an endpoint is closing the WebSocket connection.
  • A WebSocket continuation item.
  • A WebSocket message.
  • WebSocket protocol errors.

Functions§

  • Begin handling websocket traffic